|
Compounds |
| struct | fullvertex |
| struct | vector3 |
Defines |
| #define | WIN32_LEAN_AND_MEAN |
Typedefs |
| typedef std::deque< vector3 > | vectorList_t |
| typedef std::deque< fullvertex > | vertexList_t |
| typedef std::deque< int > | intList_t |
| typedef std::set< std::string > | stringSet_t |
typedef std::map< int, std::deque<
int > > | int2IntVecMap_t |
typedef std::map< std::pair<
int, int >, int > | intPair2IntMap_t |
Functions |
| BOOL APIENTRY | DllMain (HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) |
| cMsPlugIn * | CreatePlugIn () |
| void | consoleOut (const char *format,...) |
| void | setFloat (TiXmlElement *pElem, const char *name, double val) |
| void | addColorElem (TiXmlElement *parentElem, float r, float g, float b, float *a=NULL) |
| void | addPosElem (TiXmlElement *parentElem, float x, float y, float z) |
| void | addNormalElem (TiXmlElement *parentElem, float nx, float ny, float nz) |
| void | addTexCoordElem (TiXmlElement *parentElem, float u, float *v=NULL, float *w=NULL) |
| void | addRotationFromEuler (TiXmlElement *parentElem, float fPitch, float fYaw, float fRoll) |
Variables |
| HINSTANCE | s_DllInstance = 0 |
| HANDLE | StdOut = 0 |
| bool | consoleActive = false |
| const double | fuzzVal = 0.00001 |